@VRonin said in How to properly configure QML import path in a C++ defined QML module in a cmake project?:
set_target_properties(${PROJECT_NAME} PROPERTIES
QT_QML_MODULE_VERSION 1.0
QT_QML_MODULE_URI com.cutehacks.duperagent
)
qt6_qml_type_registration(${PROJECT_NAME})
Hi, thanks for the answer but sadly it did not work